Skip to main content
Version: 2.12

Configure APN Certificates

Step 1: Configure APN Certificates

Before FCM can send notifications to your iOS app, you need to configure the APN certificates.

Generate an APN key:

  • Go to your Apple Developer Account.
  • Select "Keys" and click the plus (+) button to create a new key.
  • Enable Apple Push Notification service (APNs) and download the .p8 file once created.

Upload the APN key to Firebase:

  • Open the Firebase Console and navigate to your project.
  • Go to Project Settings > Cloud Messaging tab.
  • In the "iOS app configuration" section, upload the .p8 file you downloaded from Apple Developer.
  • Provide the Key ID and the Team ID as shown on the Apple Developer account page.